AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones varias de WEBDEV
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
FolderData (Function)
In french: RépertoireDonnées
Warning
From version 28, FolderData is kept for backward compatibility. This function is replaced by FolderData.
is kept for backward compatibility.
In this version, use fDataDir.
Below is the documentation of FolderData, available with WEBDEV 1.5.
}}
 
Purpose
Finding out the HFSQL data directory.
Syntax
<Result> = FolderData()
<Result> is a character string corresponding to the absolute path used to access the data.
Details
FolderData returns the path of HFSQL data files.
For a setup performed via physical media, the directory is given during the setup.
In the case of a remote access setup (FTP), the host provides the base directory of the data files, and the user provides the subdirectory in which the data files are installed.
In test mode, this function returns an empty string.
The data directory is the directory where the HFSQL files are found by default, which means:
  • if HSubstDir is not used.
  • if the files are described in the analysis with a specific directory (not recommended)
Remarks
The string returned does not end with a '\' (backslash)
The path returned is:
  • a full path. Example: "D:\DATA\Rewali.
  • a UNC name. Example: \\SERVERA\DATA\Rewali
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/03/2023

Señalar un error o enviar una sugerencia | Ayuda local